php forum
php mysql forum
php mysql smarty
 
Page 1 of 3 1 2 3 >
Topic Options
#132866 - 03/25/01 08:57 PM [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room

Top
#132867 - 03/25/01 09:00 PM Re: [6.0x] Mood Selector Hack 3.0
Jigga-Master Offline
Member

Registered: 10/08/00
Posts: 985
Loc: Toronto
sweet!
_________________________

Top
#132868 - 03/25/01 09:02 PM Re: [6.0x] Mood Selector Hack 3.0
Jigga-Master Offline
Member

Registered: 10/08/00
Posts: 985
Loc: Toronto
wheres the images!
_________________________

Top
#132869 - 03/25/01 09:29 PM Re: [6.0x] Mood Selector Hack 3.0
Jigga-Master Offline
Member

Registered: 10/08/00
Posts: 985
Loc: Toronto
lol forgot i still had that
u sneeky guy!
lol! laugh
_________________________

Top
#132870 - 03/25/01 09:32 PM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
laugh

Top
#132871 - 03/25/01 11:50 PM Re: [6.0x] Mood Selector Hack 3.0
Mafuh Offline
Member

Registered: 12/30/00
Posts: 32
Loc: The Netherlands
thx, it works great now smile

Top
#132872 - 03/26/01 12:31 AM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Your welcome! laugh

Top
#132873 - 03/26/01 09:50 AM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
tipsy laugh

Top
#132874 - 03/26/01 09:52 AM Re: [6.0x] Mood Selector Hack 3.0
Compboy Offline
Member

Registered: 02/24/01
Posts: 66
Loc: The Nederlands
Quote:
quote:


A little info on this hack please.
_________________________
What Would UBB look like with out hacks?

Top
#132875 - 03/26/01 10:31 AM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
It allows your members to select a "mood" to be displayed under their usernames from their profile. smile

Top
#132876 - 03/26/01 10:40 AM Re: [6.0x] Mood Selector Hack 3.0
Lady Domini Offline
Junior Member

Registered: 02/27/01
Posts: 30
Quote:
quote:


What does that mean? I just modify the files that the readme said to be modified, upload the ones I have to upload, create a mood folder and upload the images, clear the cache, and I'm done, right? Except for that last command, I understand, I think.
_________________________
frown My siggy's too big for here. Dang it, grow bigger sigs people so I don't look so strange!

Top
#132877 - 03/26/01 10:42 AM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
just a reminder for me.

Top
#132878 - 03/26/01 12:43 PM Re: [6.0x] Mood Selector Hack 3.0
Lady Domini Offline
Junior Member

Registered: 02/27/01
Posts: 30
::blinks:: Ok. Thanks! smile
_________________________
frown My siggy's too big for here. Dang it, grow bigger sigs people so I don't look so strange!

Top
#132879 - 03/26/01 06:13 PM Re: [6.0x] Mood Selector Hack 3.0
AtaRi Offline
Junior Member

Registered: 03/22/01
Posts: 8
Loc: Dallas, TX
Hey MM You got any reason why a mousehover shows the location?

I installed on my forums and it works so far, but a mouse over shows the location from the profile.
_________________________
-AtaRi.
* http://iam.smelly.org *

Top
#132880 - 03/26/01 06:43 PM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Uhm, no reason..

Top
#132881 - 03/26/01 07:26 PM Re: [6.0x] Mood Selector Hack 3.0
Fuzion Offline
Member

Registered: 11/22/00
Posts: 717
Loc: Arkansas
Nice work as always MM.

Top
#132882 - 03/26/01 08:40 PM Re: [6.0x] Mood Selector Hack 3.0
AtaRi Offline
Junior Member

Registered: 03/22/01
Posts: 8
Loc: Dallas, TX
smile

I take it by no reason you intended it to show the location when hovered. Cool.. I .. think..

Although my flag hack already does that as well.

OK. Easy question. How do I get the profile to remember which mood/flag I have selected so when I go to change my mood I dont have to repick the flag?

And if you're feeling really frisky, how can I put the flag graphic down where the location currently is?

Thanks for everything! cool
_________________________
-AtaRi.
* http://iam.smelly.org *

Top
#132883 - 03/27/01 08:09 AM Re: [6.0x] Mood Selector Hack 3.0
technoforum.de Offline
Member

Registered: 09/30/00
Posts: 484
Loc: Muc/Germany
Great! As written some months ago concerning the iMood-Hack on ubb5.x i appreciate this moodHack without using imood(.com) - so my wishes came true? *G*

chris http://technoforum.de

Top
#132884 - 03/27/01 02:08 PM Re: [6.0x] Mood Selector Hack 3.0
Magnum Offline
Member

Registered: 11/04/00
Posts: 42
Hi, AtaRi to get the flag nest to location try this:

in ubb_lib_posting find:

if ($vars_display{author_location} eq 'yes') {
$location_line = qq( $vars_wordlets{author_from} <B>$user_profile[6]</B> );
push(@author_extra, $location_line);
}

add after:

require "$vars_config{CGIPath}/flags_list.pl";
my $this_flag = &GetFlagsImg;
if ($this_flag ne "") {
push(@author_extra, $this_flag);
}

Magnum wink

Top
#132885 - 03/28/01 04:28 PM Re: [6.0x] Mood Selector Hack 3.0
Lady Domini Offline
Junior Member

Registered: 02/27/01
Posts: 30
I'm gettting this error:

Quote:
quote:


What should I do?
_________________________
frown My siggy's too big for here. Dang it, grow bigger sigs people so I don't look so strange!

Top
#132886 - 03/29/01 05:49 PM Re: [6.0x] Mood Selector Hack 3.0
cali3d Offline
Member

Registered: 12/01/00
Posts: 76
Loc: my imagination
I cant use this hack because i have some extra Custom Registration Fields that i have added.
Going to try and explaine this:
I have got these custom fields.
1.Male or Female?:
2.Fav. Game?:
3.Fav. Music?:

Now i got Male in 1 and Serious Sam in 2.
So my problem is when chosing a image for my mood i get a problem with the url to the mood image.
The url is something like this ubb/moods/mood.gifSeriousSam
And when i go back to my profile the complete url to the mood.gif is added in the box where i Have Serious Sam frown

Sorry for my bad english hope you understand smile

Top
#132887 - 03/30/01 10:01 AM Re: [6.0x] Mood Selector Hack 3.0
bafai Offline
Junior Member

Registered: 03/08/01
Posts: 24
Loc: St Louis, MO
Dead link for image.. smile

Top
#132888 - 03/30/01 03:37 PM Re: [6.0x] Mood Selector Hack 3.0
cali3d Offline
Member

Registered: 12/01/00
Posts: 76
Loc: my imagination
When i select a mood in my profile the image works,the problem is that the url to the image is added to the custom field where i have Serious Sam as my favorite game.
So the working link to the mood.gif i have selected is mixed with Serious Sam so it dosent work in posts.

And then when returning to my profile,the complete url to the mood.gif i have selected is in the text box where i have Serius Sam as my favorite game.

Please someone know howe to fix this??

Top
#132889 - 03/31/01 07:37 PM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Fixed bug. Upload files.

Top
#132890 - 03/31/01 08:11 PM Re: [6.0x] Mood Selector Hack 3.0
cali3d Offline
Member

Registered: 12/01/00
Posts: 76
Loc: my imagination
Ok d/l and uploaded the new files set the mood in cp and cleard cache but still got the same problem with the image.

Broken url to mood image because off the serious sam thing wink
Everything else works my only problem is the image thing frown

Top
#132891 - 03/31/01 10:18 PM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
So, in other words, you have previous stuff in the profile fields? So just update it or switch to another profile field.

Top
#132892 - 04/01/01 11:44 AM Re: [6.0x] Mood Selector Hack 3.0
cali3d Offline
Member

Registered: 12/01/00
Posts: 76
Loc: my imagination
If you go into your c.p-> Registration Settings you can there insert 4 extra "Custom Registration Fields".
I have used 3 off them like this:

Custom Registration Field # 1:Male or Female?
Custom Registration Field # 2:Favourite Game?
Custom Registration Field # 3:Favourite Music?
Now when i use the mood selector hack 2.5a i can chose the mood.gif i want in my profile and the image shows correctly besides the drop down box with the different mood options.

But in my posts the link to the mood image i have selected is not working because it is mix'ed with my Custom Registration Field # 2: where i have Serious Sam.
So the url to my mood.gif is like this "http://mytestboard.com/ubb/moods/mood.gifSeriousSam".

Now when i return to my profile the mood i have selected is back to default and the complete url to the mood.gif i selected last time is now inserted into the box where i answer my "Custom Registration Field # 2:".

Top
#132893 - 04/01/01 12:05 PM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
drop in the updated cgi files.

Top
#132894 - 04/01/01 01:18 PM Re: [6.0x] Mood Selector Hack 3.0
cali3d Offline
Member

Registered: 12/01/00
Posts: 76
Loc: my imagination
Ok did this one more time.
Downloaded the new files from your first post here uploaded them and set the mood in cp then cleard cache and set my mood in profile.
Same problem as always frown
Is it only me that have this problem and do anyone know what i may do wrong here?

Cant find anything wrong with my code inserting and i did set all the permissions correctly.

Top
#132895 - 04/26/01 06:28 PM Re: [6.0x] Mood Selector Hack 3.0
Pretzel Offline
Junior Member

Registered: 04/26/01
Posts: 1
Hi everyone, I just tried installing the mood hack and I get a problem. Whenever I go into the control panel to set it up, it gives me a error when I click on mood Settings, or I go to Manage mood. The error says:
--------------------------------------------
You do not have permission to access this area.
» Use your browser's back button to return.
--------------------------------------------

I went and double checked the chmod setting for all the files and they all correspond with what the readme.txt says. Anyone have any suggestions? Any help is appreciated.

Top
#132896 - 04/26/01 07:37 PM Re: [6.0x] Mood Selector Hack 3.0
kaak Offline
Member

Registered: 09/07/00
Posts: 104
can someone give me a link to a demo please?
(and tell me what to look for? lol...)
_________________________
kaak
kaak@msn.com
icq# 4032410

Top
#132897 - 05/06/01 01:23 PM Re: [6.0x] Mood Selector Hack 3.0
diettalk Offline
Member

Registered: 02/11/01
Posts: 50
Loc: Maryland, USA
Could I get a "motivated" icon made?
_________________________
John
Desire, Dedication, Determination & Discipline = Diet Success
diettalk.com

Top
#132898 - 05/18/01 08:47 AM Re: [6.0x] Mood Selector Hack 3.0
melder Offline
Enthusiast

Registered: 02/28/01
Posts: 497
Loc: dresden, germany
yes now great - tx - demo ?

show my site (german) and click to "register" (Registrieren)

after ORT u can see the MOOD selection.


www.chat-board.de

<FONT COLOR="#000000" SIZE="1">[ May 18, 2001 12:20 PM: Message edited by: melder ]</font>
_________________________
loveground.com

Top
#132899 - 05/18/01 09:25 AM Re: [6.0x] Mood Selector Hack 3.0
Georgia Boi Offline
Junior Member

Registered: 01/31/01
Posts: 16
Loc: ATL, GA
Does anyone have an example of this up?
_________________________
http://www.y0daddy.com

Top
#132900 - 05/19/01 10:01 PM Re: [6.0x] Mood Selector Hack 3.0
josh Offline
Member

Registered: 06/04/00
Posts: 510
Loc: USA
I installed your Mood hack 2.5a and I got it all up and everything but now when I go into Manage mood none of the images are in there and when I go into my profile i set my image, none are there either, but I have the moods folder with images uploaded. Do you know what could be wrong?
_________________________
//i wanna scream, show the world i have an inside.
i wanna bleed, let the blood flow, that keeps me alive.

Top
#132901 - 05/20/01 05:54 PM Re: [6.0x] Mood Selector Hack 3.0
Compboy Offline
Member

Registered: 02/24/01
Posts: 66
Loc: The Nederlands
Quote:
quote:


i was wondering the same
_________________________
What Would UBB look like with out hacks?

Top
#132902 - 05/20/01 09:07 PM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room

Top
#132903 - 06/08/01 05:00 PM Re: [6.0x] Mood Selector Hack 3.0
dende Offline
Spotlight Winner

Registered: 04/15/01
Posts: 700
Loc: Soignies, Belgium
does anyone have a set of the images with black text? Thanks.

and very nice hack Ghard.
_________________________
·: First Place Winner: UBBDev September 2001 Member Spotlight
·: First Place Winner: UBBDev May 2002 Member Spotlight

Top
#132904 - 06/18/01 08:18 PM Re: [6.0x] Mood Selector Hack 3.0
robin Offline
Junior Member

Registered: 04/26/01
Posts: 3
when i go into profile the images link is broken and there are no images in the drop down. any suggestions.

Top
#132905 - 06/18/01 08:31 PM Re: [6.0x] Mood Selector Hack 3.0
robin Offline
Junior Member

Registered: 04/26/01
Posts: 3
nevermind....i had the link to the folder wrong...i had mood instead of moods. laugh

Top
#132906 - 06/20/01 08:11 AM Re: [6.0x] Mood Selector Hack 3.0
freak.scene Offline
Member

Registered: 08/15/00
Posts: 677
Loc: Charlotte, NC
Thanks for another great mod MasterMind smile My users love it. Easy install and works flawlessly smile

I only made a tiny change just to make the colors blend into the edit profile display beter
Code:
code:


Thanks again!!!!
_________________________
jeremiah

Top
#132907 - 06/20/01 11:20 AM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Glad ya like it. smile

Top
#132908 - 06/20/01 08:34 PM Re: [6.0x] Mood Selector Hack 3.0
Greg Hard Offline
Member

Registered: 02/21/00
Posts: 5533
Loc: My Room
Added an MHP autoinstall file.

Top
#132909 - 06/20/01 08:57 PM Re: [6.0x] Mood Selector Hack 3.0
Fuzion Offline
Member

Registered: 11/22/00
Posts: 717
Loc: Arkansas
Again nice work MM, you should move this to the Finished forum pretty soon. It looks pretty stable to me.

Top
#132910 - 06/20/01 09:05 PM Re: [6.0x] Mood Selector Hack 3.0
freak.scene Offline
Member

Registered: 08/15/00
Posts: 677
Loc: Charlotte, NC
Quote:
quote:


I second that smile
_________________________
jeremiah

Top
#132911 - 07/05/01 05:40 PM Re: [6.0x] Mood Selector Hack 3.0
CaCoffin Offline
Member

Registered: 12/02/00
Posts: 152
Loc: Las Vegas, NV
Does this MOD use one of the custom profile fields?

(Which would mean this would conflict with someone using all 4 of the custom fields already?)

Top
#132912 - 07/11/01 11:37 AM Re: [6.0x] Mood Selector Hack 3.0
Brett Offline
Moderator

Registered: 05/04/01
Posts: 992
Loc: Little Rock, AR
I get a blank screen when i try and edit my profile. Please help!

Top
#132913 - 07/13/01 02:14 PM Re: [6.0x] Mood Selector Hack 3.0
UnDeR Offline
Junior Member

Registered: 07/13/01
Posts: 6
My Mood Hack Is Giving A Conflit With My Flags Hack How Come Is There A Fix

Top
#132914 - 10/02/01 01:57 AM Re: [6.0x] Mood Selector Hack 3.0
Puffy Wulf Offline
Junior Member

Registered: 12/23/00
Posts: 7
Loc: California
hello all. laugh I was wondering if it would be possible to make a better mood hack, something similar to imood? o.o or better yet, use the imood into the ubb? I mean... wouldn't it be better to have mix and match faces and text? For example.. you'd have a happy and sad faces to select... then you can select what that happy and sad face means, with a drop down menu of feelings.. like sad... depressed.... happy.... glad...

so in fact you could have a happy face smilie with the text sad next to it? smile It would make it more easier to add more moods, wouldn't you think, instead of adding individual moods and such. o.o I don't know... well if you dont' know what i'm talking about, go to imood.com to see how they do it. smile I prefer imood's style, because it's more flexible... o.o uh... or should this go in the ubb hack suggestions forum? eh heh heh heh... x.x don't yell at me. *dies*

Top
#132915 - 02/15/02 01:36 PM Re: [6.0x] Mood Selector Hack 3.0
Daniel Gormley Offline
Junior Member

Registered: 02/15/02
Posts: 8
Loc: Midland, Tx
Ok, image link doesnt work... anyone have the images?
_________________________

Top
#132916 - 02/17/02 10:51 AM Re: [6.0x] Mood Selector Hack 3.0
Daniel Gormley Offline
Junior Member

Registered: 02/15/02
Posts: 8
Loc: Midland, Tx
surely someone visits these boards ... this thread is 48 hours old with no response yet... frown
_________________________

Top
#132917 - 02/25/02 12:13 PM Re: [6.0x] Mood Selector Hack 3.0
Daniel Gormley Offline
Junior Member

Registered: 02/15/02
Posts: 8
Loc: Midland, Tx
I have searched the database and only found images taht are 1x1 colored squares.. is there no smiley face moods?
_________________________

Top
Page 1 of 3 1 2 3 >



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks